home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000297_mjrosier@bulldog.unca.edu_Tue May 25 10:11:44 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed1.nycmny01.us.to.verio.net!nntp2.tagonline.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  2. From: mjrosier@bulldog.unca.edu (Matt)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: inserting current date into kermit ftp string?
  5. Date: 25 May 2004 06:22:14 -0700
  6. Organization: http://groups.google.com
  7. Lines: 15
  8. Message-ID: <369707c7.0405250522.57de029a@posting.google.com>
  9. NNTP-Posting-Host: 152.18.67.164
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1085491335 9172 127.0.0.1 (25 May 2004 13:22:15 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 25 May 2004 13:22:15 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15025
  16.  
  17. dear kermit folks,
  18.  
  19. What's the easiet way to get the year, month and day in numeric format
  20. and insert it into a specific line of a kermit ftp script?
  21.  
  22. I have an ftp script I am using in kermit, and the following line is
  23. date dependent:
  24.  
  25. ftp cd pub/data/nccf/com/eta/prod/eta.20040520/
  26.  
  27. eta.20040520 is the part that will change depending on date.
  28.  
  29. Thanks,
  30.  
  31. Matt